home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-01-25 | 520 b | 18 lines | [TEXT/KAHL] |
- /*** TTY_Messages.h ***/
-
- void TTY_InitMessages(WindowPtr theWin, Rect r, int fnt, int font_size);
- /* Init for programs with windows already */
-
- void TTY_SAInitMessages();
- /** Initialization for stand-alone, dumb tty applications. **/
- /** Should be the FIRST call in your main program. **/
-
- void TTY_RedrawMessages();
- /*repaint the message area*/
-
- void TTY_WriteMessage(char *str);
- /** writes a message to the debug window, adding a CR at the end **/
-
- void TTY_ClearMessages();
- /** clear out top line and message area*/
-